set Opus Fec
Sets FEC value which will enable or disable ForwardErrorCorrection feature of Opus codec. The voice mode of Opus allows for embedding in-band Forward Error Correction (FEC) data into the Opus bitstream. This FEC scheme adds redundant information about the previous packet (N-1) to the current output packet N. On the receiving side, the decoder can take advantage of this additional information when it loses a packet and the next packet is available. Disabling FEC cause cause less bandwidth usage (For further information check RFC-7587). If application set fecEnable parameter as 'true' FEC will be enable, if application set it as 'false' FEC will be disable.
MobileSDK default FEC is enabled
Since
4.2.4
Parameters
fec Enable
fec value as a boolean.